projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d2a81f
)
wbt-200: Fix MSVC warning (signed/unsigned mismatch).
author
oliskoli
<oliskoli>
Thu, 26 Jul 2007 19:22:34 +0000
(19:22 +0000)
committer
oliskoli
<oliskoli>
Thu, 26 Jul 2007 19:22:34 +0000
(19:22 +0000)
wbt-200.c
patch
|
blob
|
history
diff --git
a/wbt-200.c
b/wbt-200.c
index 1acbe2448d04ea5a61e59f9e30133db2f24e75e3..7884505624e4bce191dfd837b68db21c80007ab4 100644
(file)
--- a/
wbt-200.c
+++ b/
wbt-200.c
@@
-719,7
+719,7
@@
static void wbt200_data_read(void) {
state_empty(&st);
}
-static int all_null(const void *buf,
size_
t len) {
+static int all_null(const void *buf,
const in
t len) {
const char *bp = buf;
int i;